This actually creates a pair of connected gadgets, a clicktab->pagegadget. Each tab labels will display a different page in the page gadget. See parent group for how
to attach a page to a clicktab gadget.
font=GID
This sets the font for the gadget. The GID points to an ALREADY defined text attribute.
readonly (ro)
This gadget is read only.
disable=number (dis=)
The gadget is disabled if number = 0 , enabled if number != 0. Defaults to enabled.
ClickTabLabels="choice0|choice1|choice..." (ctl)
Set the choices for the gadget. This parameter MUST be given.
minwidth=number (minw=)
Set the minimum width for this gadget
minheight=number (minh=)
Set the minimum height for this gadget
weightedwidth=number (weiw=)
Set the weighted width for this gadget
weightedheight=number (weih=)
Set the weighted height for this gadget
nominalsize (noms)
Set this gadget to its nominal size.
replace=GID
Use this gadget to replace an existing gadget specified by GID.
Definition Reply
-----------------
When the gadget creation is successful the pipe replies with
'ok GID'
ClickTab gadget modify parameters.
-------------------------
disable=number (dis=)
The gadget is disabled if number = 0 , enabled if number != 0.